[Test] In test_patching_cluster, reduce the risk of ICEs and facilitate troubleshooting - #7525
Merged
gmarciani merged 10 commits intoAug 7, 2026
Conversation
gmarciani
force-pushed
the
wip/mgiacomo/3160/fix-tests-patching-0804-1
branch
2 times, most recently
from
August 4, 2026 21:52
49cec12 to
033d622
Compare
gmarciani
marked this pull request as ready for review
August 4, 2026 21:55
…xlarge for hea dnode and login nodes rather than GPU instances.
… the patching fails to facilitate troubleshooting.
…e head node to 3600s (from 1800s) to support slower patching when small instance type is used.
…d the kernel to Lustre support.
…3, on both develop and released tests.
Patching the head node in place rebuilds the out-of-tree kernel modules against the new kernel. A known issue in the EFA compilation makes that rebuild memory hungry, so c5.xlarge is not enough.
gmarciani
force-pushed
the
wip/mgiacomo/3160/fix-tests-patching-0804-1
branch
from
August 6, 2026 16:57
033d622 to
ad516c2
Compare
Contributor
Minor: since this commit reduces the number of tests running in parallel, ICE won't be a problem. In the past, ICE happened because we made capacity reservation for 3 instances only, while we needed many more |
hanwen-cluster
previously approved these changes
Aug 6, 2026
gmarciani
force-pushed
the
wip/mgiacomo/3160/fix-tests-patching-0804-1
branch
from
August 6, 2026 18:49
43341b4 to
d2b897c
Compare
hanwen-cluster
previously approved these changes
Aug 6, 2026
gmarciani
force-pushed
the
wip/mgiacomo/3160/fix-tests-patching-0804-1
branch
from
August 6, 2026 21:39
d2b897c to
ad516c2
Compare
…od-probing kernel modules that are lazily loaded.
hanwen-cluster
approved these changes
Aug 7, 2026
gmarciani
enabled auto-merge (rebase)
August 7, 2026 14:18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
In test_patching_cluster:
minimal-cappedandfull-capped, where the patching is capped to the maximum kernel version supported by Lustre.Notes
skip-bad-url-suffix-check: safe to skip because the check would otherwise fail for the expected FSx Lsytre repo URLTests
SUCCESS
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.